OpenExternalAppCallback

This callback is invoked when the currently loaded web page wants to open a link in the associated external application.

In this callback you can display a modal dialog with the localized message that you can get from the callback Params.

Use the open method to tell the browser that the link should be opened in the associated external application. If the application is not running, the operating system should launch the application and open the link in it.

If the callback throws an exception, the cancel method will be invoked.

Inheritors

Types

Link copied to clipboard
An action providing a response to the OpenExternalAppCallback.
Link copied to clipboard
interface Params
The parameters of the OpenExternalAppCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.